﻿@import url(public.css);
@import url(iconfont.css);
@font-face {
  font-family: 'oswald';
  src: url("../font/IMPACT_2.TTF");
}
.head_Dwk {
  padding: 20px 0;
  width: 100%;
  float: left;
}
.head_Dwk .logo {
  float: left;
}
.head_Dwk .logo img {
  height: 40px;
}
.head_Dwk .nav {
  margin-top: 10px;
  float: right;
}
.head_Dwk .nav ul li {
  float: left;
  margin-left: 30px;
  font-size: 20px;
  color: #515151;
  cursor: pointer;
  font-weight: bold;
}
.head_Dwk .nav ul li:hover {
  color: #ffc150;
}
.head_Dwk .nav ul li a {
  color: #999;
}

.banner {
  width: 100%;
  float: left;
  position: relative;
  transition: all 5s;
  background-image: linear-gradient(
90deg
,#FFC107 0%,#FF5722 100%);
  background-size: cover;
  margin-top: 80px;
  padding: 60px 0 60px 0;
}
.banner img {
  width: 100%;
}
.banner .left {
  float: left;
  width: 50%;
}
.banner .left .text {
  display: block;
}
.banner .left h4 {
  font-size: 70px;
  font-weight: normal;
}
.banner .left em {
  font-size: 58px;
}
.banner .left em b {
  font-weight: normal;
}
.banner .left p {
  font-size: 20px;
  color: #515151;
  line-height: 1.8;
  margin-top: 10px;
}
.banner .left .more {
  display: block;
  margin-top: 40px;
  margin-left: 0px;
}
.banner .left .more a {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  color: #515151;
  line-height: 60px;
  font-size: 24px;
  float: left;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.banner .left .more a:after {
  width: 30px;
  height: 290px;
  content: "";
  position: absolute;
  left: 10px;
  top: -260px;
}
.banner .left .more span {
  float: left;
  margin-left: 70px;
}
.banner .left .more span img {
  width: auto;
  height: 180px;
}
.banner .right {
  float: right;
  width: 50%;
}

.wrapper {
  width: 1200px;
}

.main {
  width: 100%;
  float: left;
}
.main .NewsList {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.main .NewsList .box_title {
  display: block;
  text-align: center;
}
.main .NewsList .box_title h2 {
  font-size: 40px;
  color: #515151;
  font-weight: normal;
  position: relative;
}
.main .NewsList .box_title h2:before {
  width: 80px;
  height: 2px;
  background: #ffc150;
  position: absolute;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -40px;
}
.main .NewsList .nav {
  margin-top: 40px;
  float: left;
  width: 100%;
  text-align: center;
}
.main .NewsList .nav ul {
  display: inline-block;
}
.main .NewsList .nav ul li {
  float: left;
  line-height: 40px;
  font-size: 16px;
  margin: 0 5px;
}
.main .NewsList .nav ul li a {
  padding: 0 20px;
  background: #f0f0f0;
  display: inline-block;
  border-radius: 40px;
}
.main .NewsList .nav ul .on a {
  display: inline-block;
  color: #fff;
  border-bottom: 2px solid #ffc150;
  line-height: 40px;
  background: #ffc150;
}
.main .NewsList .list ul {
  width: 105%;
  float: left;
  margin-top: 20px;
}
.main .NewsList .list ul li {
  width: 285px;
  float: left;
  margin: 10px 0;
  margin-right: 20px;
  padding: 50px 30px;
  background: #f0f0f0;
  border-top: 5px solid #ccc;
  border-radius: 5px;
}
.main .NewsList .list ul li a {
  display: block;
}
.main .NewsList .list ul li a h3 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.main .NewsList .list ul li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8;
  color: #666;
  margin-top: 15px;
}
.main .NewsList .list ul li:hover {
  border-top: 5px solid #ffc150;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.main .NewsList .list ul li:hover a h3 {
  color: #ffc150;
}
.main .mBox_01 {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.main .mBox_01 .box_title {
  display: block;
  text-align: center;
}
.main .mBox_01 .box_title h2 {
  font-size: 44px;
  color: #515151;
  font-weight: normal;
  position: relative;
}
.main .mBox_01 .box_title h2:before {
  width: 80px;
  height: 2px;
  background: #ffc150;
  position: absolute;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -40px;
}
.main .mBox_01 .list {
  width: 100%;
  float: left;
}
.main .mBox_01 .list li {
  float: left;
  width: 100%;
  padding: 20px 280px;
  min-height: 200px;
  position: relative;
  margin-top: 60px;
}
.main .mBox_01 .list li .left {
  right: 20px;
  bottom: 20px;
  float: left;
}
.main .mBox_01 .list li .left img {
  height: 180px;
}
.main .mBox_01 .list li .right {
  float: right;
  margin-top: 20px;
  position: relative;
  z-index: 999;
  text-align: left;
}
.main .mBox_01 .list li .right h3 {
  font-size: 22px;
}
.main .mBox_01 .list li .right p {
  width: 300px;
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.8;
}
.main .mBox_01 .list li:nth-child(even) .left {
  float: right;
}
.main .mBox_01 .list li:nth-child(even) .right {
  text-align: left;
  float: left;
}
.main .mBox_01 .list li:nth-child(1) {
  background: #ffbe07;
}
.main .mBox_01 .list li:nth-child(2) {
  background: #ff9712;
}
.main .mBox_01 .list li:nth-child(3) {
  background: #ff7d19;
}
.main .mBox_01 .list li:nth-child(4) {
  background: #ff5f1f;
}
.main .mBox_01 .list li:nth-child(5) {
  background: #ff5822;
}
.main .mBox_01 .list li:nth-child(6) {
  background: #da191a;
}
.main .mBox_02 {
  background-image: linear-gradient(90deg,#FFC107 0%,#FF5722 100%);
  background-size: auto 100%;
  float: left;
  width: 100%;
  padding: 80px 0;
}
.main .mBox_02 .box_title {
  display: block;
  text-align: center;
}
.main .mBox_02 .box_title h2 {
  font-size: 44px;
  color: #515151;
  font-weight: normal;
  position: relative;
}
.main .mBox_02 .box_title h2:before {
  width: 80px;
  height: 2px;
  background: #FF5722;
  position: absolute;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -40px;
}
.main .mBox_02 .box .list {
  margin-top: 50px;
  background-color: rgba(253, 215, 137, 0.8);
  float: left;
  width: 100%;
}
.main .mBox_02 .box .list li:nth-child(3) span {
  border-right: none;
}
.main .mBox_02 .box .list li {
  width: 33.3333%;
  float: left;
  font-size: 18px;
}
.main .mBox_02 .box .list li span {
  display: block;
  text-align: center;
  padding: 20px;
  border-right: 1px solid #fdbf3d;
  border-bottom: 1px solid #fdbf3d;
  line-height: 1.2;
}
.main .mBox_02 .box .list li span:nth-child(3) {
  min-height: 84px;
}
.main .mBox_02 .box .item {
  background-color: rgba(253, 215, 137, 0.8);
  float: left;
  border-bottom: 1px solid #fdbf3d;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
.main .mBox_03 {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.main .mBox_03 .box_title {
  display: block;
  text-align: center;
}
.main .mBox_03 .box_title h2 {
  font-size: 44px;
  color: #515151;
  font-weight: normal;
  position: relative;
}
.main .mBox_03 .box_title h2:before {
  width: 80px;
  height: 2px;
  background: #ffc150;
  position: absolute;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -40px;
}
.main .mBox_03 .list {
  margin-top: 60px;
  float: left;
  width: 100%;
}
.main .mBox_03 .list ul {
  width: 115%;
}
.main .mBox_03 .list ul li {
  background-color: #f8f8f8;
  margin-right: 75px;
  min-height: 300px;
  float: left;
  width: 350px;
  border-radius: 50%;
  height: 350px;
  text-align: center;
}
.main .mBox_03 .list ul li i {
  margin-top: 30px;
  font-size: 90px;
  height: 120px;
  line-height: 120px;
  color: #ffc150;
  display: inline-block;
}
.main .mBox_03 .list ul li .text h4 {
  font-size: 26px;
  color: #515151;
}
.main .mBox_03 .list ul li .text p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
}
.main .mBox_03 .list ul li:hover {
  background-color: rgba(253, 215, 137, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.main .mBox_03 .list ul li:hover .text h4 {
  color: #333;
}
.main .mBox_04 {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: #f8f8f8;
}
.main .mBox_04 .tab_title {
  margin-top: 40px;
  float: left;
  width: 100%;
  text-align: center;
}
.main .mBox_04 .tab_title ul {
  display: inline-block;
}
.main .mBox_04 .tab_title ul li {
  float: left;
  line-height: 40px;
  font-size: 16px;
  margin: 0 5px;
  padding: 0 20px;
  background: #f0f0f0;
  display: inline-block;
  border-radius: 40px;
  cursor: pointer;
}
.main .mBox_04 .tab_title ul .on {
  display: inline-block;
  color: #fff;
  border-bottom: 2px solid #ffc150;
  line-height: 40px;
  background: #ffc150;
}
.main .mBox_04 .box_title {
  display: block;
  text-align: center;
}
.main .mBox_04 .box_title h2 {
  font-size: 44px;
  color: #515151;
  font-weight: normal;
  position: relative;
}
.main .mBox_04 .box_title h2:before {
  width: 80px;
  height: 2px;
  background: #ffc150;
  position: absolute;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -40px;
}
.main .mBox_04 .list {
  float: left;
  margin-top: 60px;
}
.main .mBox_04 .list li {
  float: left;
  width: 50%;
  min-height: 220px;
  padding: 50px 50px 0px 50px;
  border: 1px solid #fff;
}
.main .mBox_04 .list li h4 {
  font-size: 18px;
}
.main .mBox_04 .list li p {
  margin-top: 15px;
  line-height: 1.8;
}
.main .mBox_04 .tab_content {
  float: left;
  margin-top: 30px;
}
.main .mBox_04 .tab_content ul {
  display: none;
}
.main .mBox_04 .tab_content ul:nth-child(1) {
  display: block;
}
.main .mBox_04 .tab_content li {
  float: left;
  width: 50%;
}
.main .mBox_04 .tab_content li h4 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.main .mBox_04 .tab_content li p {
  margin-top: 15px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .mBox_04 .tab_content li a {
  display: block;
  padding: 40px;
  min-height: 150px;
  border: 1px solid #fff;
}
.main .mBox_04 .tab_content li a:hover {
  background: #fff;
}
.main .mBox_04 .tab_content li a:hover h4 {
  color: #ffc150;
}
.main .mBox_05 {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.main .mBox_05 .box_title {
  display: block;
  text-align: center;
}
.main .mBox_05 .box_title h2 {
  font-size: 44px;
  color: #515151;
  font-weight: normal;
  position: relative;
}
.main .mBox_05 .box_title h2:before {
  width: 80px;
  height: 2px;
  background: #ffc150;
  position: absolute;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -40px;
}
.main .mBox_05 .box {
  float: left;
  width: 100%;
  margin-top: 80px;
}
.main .mBox_05 .box .left {
  width: 1000px;
}
.main .mBox_05 .box .left li {
  background: #fff5e1;
  width: 300px;
  padding: 20px 30px;
  margin-right: 20px;
  float: left;
  min-height: 220px;
}
.main .mBox_05 .box .left li i {
  font-size: 60px;
  color: #ffc150;
}
.main .mBox_05 .box .left li h4 {
  font-size: 18px;
}
.main .mBox_05 .box .left li:nth-child(1) p {
  font-size: 26px;
  font-weight: bold;
}
.main .mBox_05 .box .right {
  text-align: center;
  font-size: 18px;
}
.main .NewsDews {
  padding: 40px 80px;
  float: left;
  width: 100%;
}
.main .NewsDews h1 {
  margin-top: 20px;
  font-size: 30px;
  text-align: center;
}
.main .NewsDews .info {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #999;
}
.main .NewsDews .info span {
  display: inline-block;
  margin: 0 10px;
}
.main .NewsDews .data {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.main .NewsDews .data p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 10px;
}
.main .NewsDews .data img {
  max-width: 100%;
  margin: 20px 0;
  display: inline-block;
}
.main .NewsDews .data .img {
  text-align: center;
  width: 100%;
  float: left;
}
.main .NewsDews .tag {
  padding: 20px 0;
  float: left;
  width: 100%;
  border-top: 1px dotted #ccc;
}
.main .NewsDews .tag em {
  float: left;
  margin-right: 10px;
  color: #999;
}
.main .NewsDews .tag a {
  float: left;
  margin-right: 10px;
}
.main .NewsDews .udMore {
  width: 100%;
  float: left;
  line-height: 40px;
}
.main .NewsDews .udMore span {
  background: #f8f8f8;
  width: 100%;
  float: left;
  padding: 0 20px;
  margin-top: 10px;
  display: flex;
}
.main .NewsDews .udMore span em {
  flex-shrink: 0;
  margin-right: 10px;
}
.main .NewsDews .udMore span:hover a {
  color: #ffc150;
}

@media screen and (max-width: 769px) {
  .wrapper {
    width: 100%;
  }

  .banner {
    margin-top: 0px;
    position: relative;
    padding: 0px;
    overflow: hidden;
  }
  .banner .left {
    width: 100%;
    padding: 30px;
    position: relative;
    z-index: 9999;
  }
  .banner .left h4 {
    font-size: 30px;
  }
  .banner .left em {
    font-size: 26px;
  }
  .banner .left p {
    font-size: 12px;
  }
  .banner .left .more {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
  }
  .banner .left .more a {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    color: #515151;
    line-height: 40px;
    font-size: 14px;
    float: left;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .banner .left .more a:after {
    width: 30px;
    height: 290px;
    content: "";
    position: absolute;
    left: 10px;
    top: -260px;
  }
  .banner .left .more span {
    float: left;
    margin-left: 70px;
    display: none;
  }
  .banner .left .more span img {
    width: auto;
    height: 180px;
  }
  .banner .right {
    position: absolute;
    bottom: -50px;
    right: 0px;
    width: 240px;
  }
  .banner .right img {
    width: 300px;
    opacity: .5;
  }

  .main .mBox_01 {
    padding: 20px;
  }
  .main .mBox_01 .box_title h2 {
    font-size: 26px;
  }
  .main .mBox_01 .list {
    margin-top: 20px;
  }
  .main .mBox_01 .list li {
    margin-top: 20px;
    padding: 20px;
    position: relative;
    min-height: 150px;
  }
  .main .mBox_01 .list li .left {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .main .mBox_01 .list li .left img {
    height: 100px;
    opacity: .5;
  }
  .main .mBox_01 .list li .right {
    margin-top: 10px;
    float: left;
    width: 70%;
  }
  .main .mBox_01 .list li .right h3 {
    font-size: 18px;
  }
  .main .mBox_01 .list li .right p {
    margin-top: 10px;
    font-size: 14px;
    width: 100%;
  }
  .main .mBox_01 .list li:nth-child(odd) .right {
    width: 70%;
  }
  .main .mBox_02 {
    padding: 20px;
  }
  .main .mBox_02 .box_title h2 {
    font-size: 26px;
  }
  .main .mBox_02 .box .item {
    font-size: 13px;
  }
  .main .mBox_03 {
    padding: 20px 0px;
  }
  .main .mBox_03 .box_title h2 {
    font-size: 26px;
  }
  .main .mBox_03 .list {
    padding: 0 10px;
  }
  .main .mBox_03 .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 0px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
  }
  .main .mBox_03 .list ul li {
    width: 50%;
    height: auto;
    min-height: auto;
    padding: 30px 10px;
    background: none;
    border: 0px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    margin: 0px;
  }
  .main .mBox_03 .list ul li i {
    font-size: 50px;
    line-height: 50px;
    height: 50px;
    margin-top: 0px;
  }
  .main .mBox_03 .list ul li .text h4 {
    font-size: 18px;
    margin-top: 15px;
  }
  .main .mBox_03 .list ul li .text p {
    font-size: 12px;
  }
  .main .mBox_03 .list ul li:nth-child(3) {
    width: 100%;
  }
  .main .mBox_04 {
    padding: 20px 0px;
  }
  .main .mBox_04 .box_title h2 {
    font-size: 26px;
  }
  .main .mBox_04 .tab_title {
    padding: 0 10px;
  }
  .main .mBox_04 .tab_title ul li {
    line-height: 30px;
    border-radius: 0px;
    border: 0;
    margin-bottom: 10px;
  }
  .main .mBox_04 .tab_title ul .on {
    line-height: 30px;
    border: 0;
  }
  .main .mBox_04 .list {
    padding: 0 10px;
  }
  .main .mBox_04 .list li {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }
  .main .mBox_04 .list li h4 {
    font-size: 15px;
  }
  .main .mBox_04 .tab_content {
    padding: 0 10px;
    margin-top: 20px;
    width: 100%;
  }
  .main .mBox_04 .tab_content li {
    width: 100%;
    min-height: auto;
  }
  .main .mBox_04 .tab_content li a {
    width: 100%;
    display: inline-block;
    padding: 10px;
    min-height: auto;
  }
  .main .mBox_04 .tab_content li h4:before {
    content: "- ";
  }
  .main .mBox_04 .tab_content li p {
    display: none;
  }
  .main .mBox_05 {
    padding: 20px 20px;
  }
  .main .mBox_05 .box_title h2 {
    font-size: 26px;
  }
  .main .mBox_05 .box {
    margin-top: 50px;
  }
  .main .mBox_05 .box .left {
    width: 100%;
  }
  .main .mBox_05 .box .left ul {
    display: flex;
    flex-wrap: wrap;
  }
  .main .mBox_05 .box .left ul li {
    width: 100%;
    padding: 20px;
    min-height: auto;
    margin-right: 0px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .main .mBox_05 .box .left ul li i {
    flex-shrink: 0;
    font-size: 30px;
  }
  .main .mBox_05 .box .left ul li h4 {
    flex-shrink: 0;
    width: 40px;
    margin: 0 15px;
  }
  .main .mBox_05 .box .left ul li:nth-child(2) {
    background: #fff;
  }
  .main .mBox_05 .box .left ul li:nth-child(3) {
    background: #f0f0f0;
  }
  .main .mBox_05 .box .right {
    display: none;
  }
  .main .NewsList .box_title h2 {
    font-size: 26px;
  }
  .main .NewsList .nav ul {
    padding: 0 5px;
  }
  .main .NewsList .nav ul li {
    line-height: 30px;
    margin-top: 10px;
  }
  .main .NewsList .nav ul li a {
    border-radius: 0px;
    line-height: 30px;
  }
  .main .NewsList .nav ul .on {
    line-height: 30px;
  }
  .main .NewsList .nav ul .on a {
    border: 0px;
    line-height: 30px;
  }
  .main .NewsList .list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-between;
    width: 100%;
  }
  .main .NewsList .list ul li {
    width: 100%;
    margin-right: 0px;
    padding: 20px;
  }
  .main .NewsDews {
    padding: 0px 10px;
  }
  .main .NewsDews h1 {
    font-size: 24px;
  }
  .main .NewsDews .udMore .up {
    line-height: 1.3;
  }
  .main .NewsDews .udMore span {
    padding: 10px;
  }
}

/*# sourceMappingURL=index.css.map */
